Uses of Interface
com.cisco.pt.ipc.events.STPProcessEventListener
Packages that use STPProcessEventListener
-
Uses of STPProcessEventListener in com.cisco.pt.ipc.events
Fields in com.cisco.pt.ipc.events with type parameters of type STPProcessEventListenerModifier and TypeFieldDescriptionprotected Set<STPProcessEventListener>STPProcessEventRegistry.globalListenersprotected Map<String,Set<STPProcessEventListener>> STPProcessEventRegistry.specificObjectListenersMethods in com.cisco.pt.ipc.events with parameters of type STPProcessEventListenerModifier and TypeMethodDescriptionvoidSTPProcessEventRegistry.addListener(STPProcessEventListener listener) voidSTPProcessEventRegistry.addListener(STPProcessEventListener listener, STPProcess objClass) voidSTPProcessEventRegistry.addListenerFiltered(STPProcessEventListener listener, List<String> events) voidSTPProcessEventRegistry.addSpecificListenerFiltered(STPProcessEventListener listener, STPProcess objClass, List<String> events) voidSTPProcessEventRegistry.removeListener(STPProcessEventListener listener) voidSTPProcessEventRegistry.removeListener(STPProcessEventListener listener, STPProcess objClass) voidSTPProcessEventRegistry.removeListenerFiltered(STPProcessEventListener listener, List<String> events) voidSTPProcessEventRegistry.removeSpecificListenerFiltered(STPProcessEventListener listener, STPProcess objClass, List<String> events)